Vcenter ConsumptionDomains Zones Capacity Summary Info

Vcenter ConsumptionDomains Zones Capacity Summary Info
Vcenter ConsumptionDomains Zones Capacity Summary Info

The Vcenter ConsumptionDomains Zones Capacity Summary Info schema contains information about capacity of a resource in a vSphere Zone.

This schema was added in vSphere API 9.1.0.0.

JSON Example
{
    "cpu": {
        "total": 0,
        "reserved": 0,
        "consumed": 0
    },
    "memory": {
        "total": 0,
        "reserved": 0,
        "consumed": 0
    },
    "vm_resource_profiles": {
        "vm_resource_profiles": {
            "total": 0,
            "reserved": 0,
            "consumed": 0
        }
    }
}
cpu
Required

CPU capacity information of the vSphere Zone, units are MHz.

This property was added in vSphere API 9.1.0.0.

memory
Required

Memory capacity information of the vSphere Zone, units are MiB.

This property was added in vSphere API 9.1.0.0.

object
vm_resource_profiles
Required

VmResourceProfile capacity information of the vSphere Zone, units are in number of instances.

This property was added in vSphere API 9.1.0.0.

When clients pass a value of this schema as a parameter, the key in the property map must be an identifier for the resource type: com.vmware.vcenter.VmResourceProfile. When operations return a value of this schema as a response, the key in the property map will be an identifier for the resource type: com.vmware.vcenter.VmResourceProfile.